Skip to main content

Instant Feedback

instantFeedback is a template that supports showing feedback as soon as the user answers an onboarding question.

KeyNotes
typeinstantFeedback
stepIdUnique step id
feedbackTypeSupports 3 types of feedback radio, emoji and popup (check the screen shots)
title
subtitle
positiveIt shows the text that should show to the user once if they answer a positive answer.
"positive": {
  "title": "Way to go!",
  "subtitle": "Way to go! exercising keeps you fit and healthy.",
  "backgroundColor": "#F0FDFA",
  "titleColor": "#2F0191",
   "subtitleColor": "#4E17C3",
   "imageUrl": "https://c.thefab.co/web-onboarding/fabulous/Feedback_Positive.png"
} Note: that object accepts a popupBackgroundColor key for the popup feedback.
negativeIt shows the text that should show to the user once if they answer a negative answer.
"negative": {
  "title": "Way to go!",
  "subtitle": "Way to go! exercising keeps you fit and healthy.",
  "backgroundColor": "#F0FDFA",
  "titleColor": "#2F0191",
   "subtitleColor": "#4E17C3",
   "imageUrl": "https://c.thefab.co/web-onboarding/fabulous/Feedback_Positive.png"
} Note: that object accepts a popupBackgroundColor key for the popup feedback.
choiceBackgroundColorThe choices background color
choiceTextColorThe choices text color
hoverBackgroundColorThe background color on hovering one of the choice.
selectedCheckboxBackgroundColorThe color of the selected choice.
checkboxBackgroundColorThe color of the selected choice.
dividerColorIt’s required only if the feedback is emoji
backgroundImageBackground image for mobile
desktopBackgroundBackground image for desktop
choicesAn array of the choices on that feedback
"choices": [
    {
        "name": "Negative",
        "value": "Very negative",
        "feedbackMode": "negative",
        "imageUrl": "https://c.thefab.co/web-onboarding/fabulous/emoji-very-negative.png"
    },
    {
        "name": "Positive",
        "value": "Very positive",
        "feedbackMode": "positive",
        "imageUrl": "https://c.thefab.co/web-onboarding/fabulous/emoji-very-positive.png"
    }
]
} Note: feedbackMode is required to decide if the positive or negative feedback once the user answers that quesion.
textColorThe main textColor on the page
ctaTextThe text of the main button
ctaColorThe text color of the main button
ctaBackgroundColorThe background color of the main button
ctaHoverBackgroundColorThe background of the main button on hovering.
backButtonColorThe text color of the back button
backButtonBackgroundColorThe background color of the back button
backButtonTextThe text of the back button

Examples

popup Feedback

popup Feedback
{
"type": "instantFeedback",
"stepId": "instantFeedback_3",
"title": "Do you exercise regularly?",
"textColor": "#2F0191",
"feedbackType": "popup",
"backgroundColor": "#FFF",
"hoverBackgroundColor": "#E7EBFF",
"choiceBackgroundColor": "#F5F7FF",
"choiceTextColor": "#2F0191",
"selectedCheckboxBackgroundColor": "##2F0191",
"checkboxBackgroundColor": "#FFF",
"ctaText": "Continue",
"ctaColor": "#FFF",
"ctaBackgroundColor": "#FF8E21",
"ctaHoverBackgroundColor": "#E67100",
"backButtonColor": "#FFA133",
"backButtonBackgroundColor": "#FFF8F1",
"backButtonText": "Back",
"positive": {
"title": "Way to go!",
"subtitle": "Way to go! exercising keeps you fit and healthy.",
"backgroundColor": "#FFF",
"titleColor": "#2F0191",
"subtitleColor": "#4E17C3",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/feedback-positive-Illo.png",
"popupBackgroundColor": "rgba(23, 5, 60, 0.40)"
},
"negative": {
"title": "Don’t worry",
"subtitle": "Fabulous will help you take easy steps to incorporate regular exercise in your routine.",
"backgroundColor": "#FFF",
"titleColor": "#2F0191",
"subtitleColor": "#4E17C3",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/feedback-negative-Illo.png",
"popupBackgroundColor": "rgba(23, 5, 60, 0.40)"
},
"choices": [
{
"name": "Yes",
"value": "Yes",
"feedbackMode": "positive"
},
{
"name": "No",
"value": "No",
"feedbackMode": "negative"
}
]
},

emoji Feedback

emoji Feedback
{
"type": "instantFeedback",
"stepId": "instantFeedback_2",
"title": "Do you exercise regularly?",
"textColor": "#2F0191",
"feedbackType": "emoji",
"backgroundColor": "#FFF",
"hoverBackgroundColor": "#E7EBFF",
"choiceBackgroundColor": "#F8F5FF",
"selectedCheckboxBackgroundColor": "#4103C4",
"checkboxBackgroundColor": "#FFF",
"dividerColor": "#EBE1FE",
"ctaText": "Continue",
"ctaColor": "#FFF",
"ctaBackgroundColor": "#FF8E21",
"ctaHoverBackgroundColor": "#E67100",
"backButtonColor": "#FFA133",
"backButtonBackgroundColor": "#FFF8F1",
"backgroundImage": "https://c.thefab.co/fabulous/onboarding/fabulous_web/amber_mobile.jpg",
"desktopBackground": "https://c.thefab.co/fabulous/onboarding/fabulous_web/amber_desktop.jpg",
"backButtonText": "Back",
"positive": {
"title": "Way to go!",
"subtitle": "Way to go! exercising keeps you fit and healthy.",
"backgroundColor": "#F0FDFA",
"titleColor": "#2F0191",
"subtitleColor": "#4E17C3",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/Feedback_Positive.png"
},
"negative": {
"title": "Don’t worry",
"subtitle": "Fabulous will help you take easy steps to incorporate regular exercise in your routine.",
"backgroundColor": "#FFF8F1",
"titleColor": "#2F0191",
"subtitleColor": "#4E17C3",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/Feedback_Negative.png"
},
"choices": [
{
"name": "Very negative",
"value": "Very negative",
"feedbackMode": "negative",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/emoji-very-negative.png"
},
{
"name": "Negative",
"value": "Negative",
"feedbackMode": "negative",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/emoji-negative.png"
},
{
"name": "Neutral",
"value": "Neutral",
"feedbackMode": "negative",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/emoji_neutral.png"
},
{
"name": "Positive",
"value": "Positive",
"feedbackMode": "positive",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/emoji-positive.png"
},
{
"name": "Very positive",
"value": "Very positive",
"feedbackMode": "positive",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/emoji-very-positive.png"
}
]
},

radio Feedback

radio Feedback
  {
"type": "instantFeedback",
"stepId": "instantFeedback_1",
"title": "Do you exercise regularly?",
"textColor": "#2F0191",
"feedbackType": "radio",
"backgroundColor": "#FFF",
"hoverBackgroundColor": "#E7EBFF",
"choiceBackgroundColor": "#F5F7FF",
"choiceTextColor": "#2F0191",
"selectedCheckboxBackgroundColor": "##2F0191",
"checkboxBackgroundColor": "#FFF",
"ctaText": "Continue",
"ctaColor": "#FFF",
"ctaBackgroundColor": "#FF8E21",
"ctaHoverBackgroundColor": "#E67100",
"backButtonColor": "#FFA133",
"backButtonBackgroundColor": "#FFF8F1",
"backButtonText": "Back",
"positive": {
"title": "Way to go!",
"subtitle": "Way to go! exercising keeps you fit and healthy.",
"backgroundColor": "#F0FDFA",
"titleColor": "#2F0191",
"subtitleColor": "#4E17C3",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/Feedback_Positive.png"
},
"negative": {
"title": "Don’t worry",
"subtitle": "Fabulous will help you take easy steps to incorporate regular exercise in your routine.",
"backgroundColor": "#FFF8F1",
"titleColor": "#2F0191",
"subtitleColor": "#4E17C3",
"imageUrl": "https://c.thefab.co/web-onboarding/fabulous/Feedback_Negative.png"
},
"choices": [
{
"name": "Yes",
"value": "Yes",
"feedbackMode": "positive"
},
{
"name": "No",
"value": "No",
"feedbackMode": "negative"
}
]
},